Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make include_faulty more robust by checking for it in Executor.execute() #278

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

smarr
Copy link
Owner

@smarr smarr commented Jan 10, 2025

This fixes #276 by preventing perf crashes to fail rebench when -f/--faulty is given, i.e., failures are allowed.

This fixes #276 by preventing perf crashes to fail rebench when `-f`/`--faulty` is given, i.e., failures are allowed.

Signed-off-by: Stefan Marr <[email protected]>
@smarr smarr added the Bug label Jan 10, 2025
@smarr smarr merged commit 82eb4ee into master Jan 10, 2025
11 checks passed
@smarr smarr deleted the dont-fail-when-perf-crashes-by-include-faulty-is-set branch January 10, 2025 00:06
@coveralls
Copy link

Coverage Status

coverage: 53.822% (+0.09%) from 53.733%
when pulling bc810ea on dont-fail-when-perf-crashes-by-include-faulty-is-set
into ab94e43 on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The -f switch should also prevent rebench to fail when perf fails
2 participants